home *** CD-ROM | disk | FTP | other *** search
- --- memory.c Tue Oct 19 16:21:00 1993
- +++ memory.c~ Tue Oct 19 16:20:59 1993
- @@ -977,9 +977,6 @@
-
- void show_mem(void)
- {
- -#ifdef CONFIG_INET
- - extern long net_memory,net_skbcount;
- -#endif
- int i,free = 0,total = 0,reserved = 0;
- int shared = 0;
-
- @@ -990,10 +987,6 @@
- printk("Buffer memory: %6dkB\n",buffermem>>10);
- printk("Buffer heads: %6d\n",nr_buffer_heads);
- printk("Buffer blocks: %6d\n",nr_buffers);
- -#ifdef CONFIG_INET
- - printk("Network Buffers: %ld using %ld bytes\n",
- - net_skbcount,net_memory);
- -#endif
- i = high_memory >> PAGE_SHIFT;
- while (i-- > 0) {
- total++;
-